function _splashify_jstorage_version in Splashify 6
Same name and namespace in other branches
- 7 splashify.module \_splashify_jstorage_version()
Gets the version of jStorage library.
File
- ./
splashify.module, line 85
Code
function _splashify_jstorage_version($library, $version) {
return $version;
}