Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 973 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 973 Bytes

SproutCore Utils

Description:

Some utility functions that are used by other packages in SproutCore 2.0.

Problems:

If you run into a problem, please file an issue on this repository.

Synopsis:

TODO: Upload documentation somewhere

For the time being, there are only a few functions and it should be easy to grok their use from the source code.

Requirements:

In order to use the Utils package, you'll need:

Install:

You can use the Utils package by either downloading the JavaScript files provided in the Downloads section of this repository or using BPM. To install it via BPM, simply run

bpm add sproutcore-utils

And this will handle adding all of its dependencies as well. You, of course, need to be using BPM for your application or package for this to work ;)