este-library-oldschool
Version:
Library for github.com/steida/este.git
15 lines (14 loc) • 334 B
JavaScript
// Generated by github.com/steida/coffee2closure 900.1.18
/**
@fileoverview Getters for este.Model
@namespace este.model.getters
*/
goog.provide('este.model.getters');
goog.require('goog.string');
/**
@param {string} value
@return {number}
*/
este.model.getters.parseInt = function(value) {
return parseInt(value, 10);
};