Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
Replaced with entirely new viable library
Browse files Browse the repository at this point in the history
  • Loading branch information
avdgaag committed Jul 6, 2011
1 parent f716d58 commit 525de86
Show file tree
Hide file tree
Showing 47 changed files with 4,277 additions and 2,181 deletions.
2 changes: 0 additions & 2 deletions .gitignore
@@ -1,5 +1,3 @@
.DS_Store
js_docs_out
docs
*.min.js
lib/mutil.js
4 changes: 4 additions & 0 deletions CHANGES
@@ -0,0 +1,4 @@
0.1.0

* Initial release

8 changes: 0 additions & 8 deletions History.md

This file was deleted.

20 changes: 20 additions & 0 deletions LICENSE
@@ -0,0 +1,20 @@
Copyright (C) 2011 by Arjan van der Gaag

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

23 changes: 23 additions & 0 deletions README
@@ -0,0 +1,23 @@
MUTIL
A tiny javascript utility belt

Mutil is a micro-framework, a collection of helper functions that you often
need. Full-blown frameworks like jQuery can be overkill for minor scripting
tasks. Mutil is light-weight but still provides some useful functions for
functional programming and dealing with DOM events across browsers.

Mutil does not do Ajax, advanced templating, advanced selectors or animation.
If you need any of those, you're better off going with jQuery or some other
full-blown framework.

NOTE: Mutil does not implement all the advanced javascript functions that are
found in modern browsers, but not in IE. Although it mimicks some of these,
some are intentionally left out to stay lean.

Author: Arjan van der Gaag (http://arjanvandergaag.nl)
Date: 2011-07-06
License: MIT License
More information:

* http://github.com/avdgaag/mutil
* http://avdgaag.github.com/mutil
109 changes: 0 additions & 109 deletions README.md

This file was deleted.

21 changes: 0 additions & 21 deletions Rakefile

This file was deleted.

20 changes: 20 additions & 0 deletions lib/jasmine-1.1.0/MIT.LICENSE
@@ -0,0 +1,20 @@
Copyright (c) 2008-2011 Pivotal Labs

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit 525de86

Please sign in to comment.