Changeset 471 for trunk/js


Ignore:
Timestamp:
Mar 20, 2014 1:47:43 AM (10 years ago)
Author:
anonymous
Message:

improved css/js strip whitespace methods.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/js/Msg.js

    r469 r471  
    9595Strangecode.Msg.prototype.clear = function() {
    9696    // Append this raised message to the sc-msg stack.
    97     msg_class = (typeof msg_class === 'undefined') ? 'sc-msg-error' : msg_class;
     97    var msg_class = (typeof msg_class === 'undefined') ? 'sc-msg-error' : msg_class;
    9898    $(this.o.container).find('.sc-js-msg').remove();
    9999};
Note: See TracChangeset for help on using the changeset viewer.