##########################################################
# __ #
# ____ ___ ___ ___ /\_\ ____ #
# / ,__\ / __`\ / _,`\ / __`\ \/\ \ /',__\ #
# /\__, `\/\ \_\ \/\ \_\ \/\ \_\ \ __ \ \ \/\__, `\ #
# \/\____/\ \____/\ \____ \ \____//\_\ _\ \ \/\____/ #
# \/___/ \/___/ \/___/\ \/___/ \/_//\ \_\ \/___/ #
# __\ \ \ \ \____/ #
# /\ \_\ \ \/___/ #
# \ \_____/ #
# \,____/ #
# #
##########################################################
All the files in the JSlib folder I added is proposed to provide small and lightweight module. At present, all the JS files are complied with CMD specification ( which I think is a good idea and will become a standerd soon). It is just the beginning.
v0.1 (done)
a. finish class.js, model.js, controller.js
b. extend new feature to Object and Array
c. provide two simple plugins(PubSub as a design pattern and LocalStorage fit for modern browsers)
v0.2 plan
a. modify the event.js for more flexible and compatible
b. add ajax/jsonp plugin
c. rewrite the contactList demo using the new Library~~