Changeset 497 for trunk/js/Msg.js


Ignore:
Timestamp:
Sep 15, 2014 9:44:27 PM (10 years ago)
Author:
anonymous
Message:

Beginning the process of adapting codebase to foundation styles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/js/Msg.js

    r496 r497  
    1818*/
    1919
    20 // All Codebase functions will be under the Strangecode namespace.
     20// Codebase functions will be under the Strangecode namespace, unless they are added to the jQuery object for chaining.
    2121var Strangecode = Strangecode || {};
    2222
     
    3838var sc_msg = new Strangecode.Msg({
    3939    container: '#sc-msg-formvalidator',
    40     above_msg: 'The following errors occured:'
     40    above_msg: 'The following errors occurred:'
    4141});
    4242sc_msg.raise('Oops, you fuxt up!', 'sc-msg-error');
Note: See TracChangeset for help on using the changeset viewer.