refactored ActiveField.

This commit is contained in:
Qiang Xue
2013-08-14 21:17:13 -04:00
parent 3adffc9caf
commit 65352e500f
13 changed files with 509 additions and 429 deletions

View File

@@ -32,7 +32,7 @@
* // ... private functions and properties go here ...
*
* return pub;
* });
* })(jQuery);
* ~~~
*
* Using this structure, you can define public and private functions/properties for a module.